{ "version": 4, "terraform_version": "1.5.8", "serial": 436, "lineage": "48635e94-6821-02c4-ecec-507522a3119e", "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-b849a02ad2b0053e4", "ami": "ami-8be74f9c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-61922557"], "subnet_id": "subnet-ed68437e", "key_name": "prod-deploy-key" } } ] } ] }