{ "version": 4, "terraform_version": "1.7.2", "serial": 323, "lineage": "5e11da26-43e6-5043-869c-056de3bd70d0", "outputs": { "db_endpoint": { "value": "db-4.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-c28283754ec897333", "ami": "ami-30fbc75d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2ed9e935"], "subnet_id": "subnet-cd204d37", "key_name": "prod-deploy-key" } } ] } ] }