{ "version": 4, "terraform_version": "1.5.3", "serial": 598, "lineage": "db1ea3e1-4f51-91a8-5459-ddd442fd7c19", "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-22c0793928536277a", "ami": "ami-af2d402a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7ec22c79"], "subnet_id": "subnet-cdd10e6f", "key_name": "prod-deploy-key" } } ] } ] }