{ "version": 4, "terraform_version": "1.5.1", "serial": 397, "lineage": "faea3231-107d-ed32-2ed5-10a43311ea8c", "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-648fdb5cf82f5acbf", "ami": "ami-41a5dcc7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e96c9fc3"], "subnet_id": "subnet-c779bb43", "key_name": "prod-deploy-key" } } ] } ] }