{ "version": 4, "terraform_version": "1.7.2", "serial": 227, "lineage": "97e27703-013a-dd96-0523-05c608767d63", "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-b2d607489cf1d6497", "ami": "ami-6e188644", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5a705b58"], "subnet_id": "subnet-0940c85a", "key_name": "prod-deploy-key" } } ] } ] }