{ "version": 4, "terraform_version": "1.7.7", "serial": 188, "lineage": "5b12a53e-7449-e0cc-18d5-9d541666c993", "outputs": { "db_endpoint": { "value": "db-1.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-358cbe4baaf9f4470", "ami": "ami-0eb522f2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f78a62f"], "subnet_id": "subnet-9a53f2f5", "key_name": "prod-deploy-key" } } ] } ] }