{ "version": 4, "terraform_version": "1.8.7", "serial": 555, "lineage": "279c9eed-3a74-1fe9-9005-5a87d5a570aa", "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-dc209bd5fc1907099", "ami": "ami-e9dbfb5b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-803a00b9"], "subnet_id": "subnet-e7af1810", "key_name": "prod-deploy-key" } } ] } ] }