{ "version": 4, "terraform_version": "1.7.5", "serial": 107, "lineage": "1e7a923e-ebd3-4442-32a6-79630c3cd632", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-42c5914de13c5efac", "ami": "ami-5d513f42", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8278e066"], "subnet_id": "subnet-943cb605", "key_name": "prod-deploy-key" } } ] } ] }