{ "version": 4, "terraform_version": "1.6.0", "serial": 181, "lineage": "17babb41-fb37-61da-b448-0aadcea7f9ee", "outputs": { "db_endpoint": { "value": "db-3.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-de91508434ad960ec", "ami": "ami-c6bf30bf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8a2b2954"], "subnet_id": "subnet-ac46e377", "key_name": "prod-deploy-key" } } ] } ] }