{ "version": 4, "terraform_version": "1.6.3", "serial": 568, "lineage": "bf4f1dea-5ac4-c353-77ce-68be69fb6366", "outputs": { "db_endpoint": { "value": "db-1.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-b3d3272710e8397e5", "ami": "ami-e3ead5ca", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f89dcd5a"], "subnet_id": "subnet-a15f35d6", "key_name": "prod-deploy-key" } } ] } ] }