{ "version": 4, "terraform_version": "1.7.1", "serial": 378, "lineage": "8624a75a-6565-f74b-738e-c94b1b7f0f87", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.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-0dfa205f5018617be", "ami": "ami-3972c125", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7fd44c6e"], "subnet_id": "subnet-76b78d98", "key_name": "prod-deploy-key" } } ] } ] }