{ "version": 4, "terraform_version": "1.8.5", "serial": 514, "lineage": "2155e2bc-357b-1d9a-bb43-c96a726f4616", "outputs": { "db_endpoint": { "value": "db-2.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-7f4956d936e0d2bff", "ami": "ami-9e04b419", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b443ed15"], "subnet_id": "subnet-cb98ba93", "key_name": "prod-deploy-key" } } ] } ] }