{ "version": 4, "terraform_version": "1.5.5", "serial": 116, "lineage": "ed1ff612-39f9-3278-4aab-51dc99eeadd7", "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-ac44e872843c5eb4e", "ami": "ami-b1521a7a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f204e6fd"], "subnet_id": "subnet-441ac436", "key_name": "prod-deploy-key" } } ] } ] }