{ "version": 4, "terraform_version": "1.6.9", "serial": 479, "lineage": "6b29c2f6-204b-577f-0b29-de42612fe756", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-b299e6966796beb29", "ami": "ami-56fca4eb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7905b755"], "subnet_id": "subnet-35dd7e00", "key_name": "prod-deploy-key" } } ] } ] }