{ "version": 4, "terraform_version": "1.7.1", "serial": 169, "lineage": "d2f6e8b0-5c58-00b5-45d1-9540eefd71ac", "outputs": { "db_endpoint": { "value": "db-0.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-f5bcc7f1ede6bdb5a", "ami": "ami-52a4f9cb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9596a2b2"], "subnet_id": "subnet-76e6eab1", "key_name": "prod-deploy-key" } } ] } ] }