{ "version": 4, "terraform_version": "1.8.4", "serial": 356, "lineage": "a92eb332-98f0-b135-85ec-d777a378e415", "outputs": { "db_endpoint": { "value": "db-1.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-96efc9b450516632f", "ami": "ami-c3b2a3c5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f4d1b429"], "subnet_id": "subnet-b25074ae", "key_name": "prod-deploy-key" } } ] } ] }