{ "version": 4, "terraform_version": "1.7.8", "serial": 227, "lineage": "9a5d3fad-e630-eb11-430a-c071fa5ffa11", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8fee3bc01b4540fb1", "ami": "ami-d319f883", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1308f39d"], "subnet_id": "subnet-c5352ae3", "key_name": "prod-deploy-key" } } ] } ] }