{ "version": 4, "terraform_version": "1.5.8", "serial": 292, "lineage": "8898536f-dd24-8647-95f2-dbd6c33f9acc", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-269fcd03d748a83ad", "ami": "ami-edb69d57", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-de1f26a5"], "subnet_id": "subnet-5a94d167", "key_name": "prod-deploy-key" } } ] } ] }