{ "version": 4, "terraform_version": "1.6.6", "serial": 160, "lineage": "a20c93ba-b8e8-1417-081d-813b69f44481", "outputs": { "db_endpoint": { "value": "db-3.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-f3badf099425c1379", "ami": "ami-deb19323", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cc3aea6f"], "subnet_id": "subnet-d2f5cd70", "key_name": "prod-deploy-key" } } ] } ] }