{ "version": 4, "terraform_version": "1.6.7", "serial": 519, "lineage": "429b249c-179f-7a88-8d06-f44baa93bd84", "outputs": { "db_endpoint": { "value": "db-2.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-30b8a67f37d5c220b", "ami": "ami-06681b88", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-36072b1b"], "subnet_id": "subnet-1d5ac8aa", "key_name": "prod-deploy-key" } } ] } ] }