{ "version": 4, "terraform_version": "1.7.2", "serial": 358, "lineage": "b5e3d9b0-e7ce-f78c-eab3-b16426565ff8", "outputs": { "db_endpoint": { "value": "db-0.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-5d39b8055a9b935d1", "ami": "ami-067f7ab8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d35e9ae3"], "subnet_id": "subnet-c798d240", "key_name": "prod-deploy-key" } } ] } ] }