{ "version": 4, "terraform_version": "1.5.3", "serial": 348, "lineage": "581b828e-b485-4026-d532-db098dd3fb2d", "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-9eccfa45293e222af", "ami": "ami-f734399a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-17b13fa4"], "subnet_id": "subnet-4528056f", "key_name": "prod-deploy-key" } } ] } ] }