{ "version": 4, "terraform_version": "1.7.1", "serial": 531, "lineage": "548a28cb-9bd9-7c90-f6bb-d334e2b9d4f3", "outputs": { "db_endpoint": { "value": "db-3.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-30ac9b2b51cc875c5", "ami": "ami-cfa2eff1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-91cad049"], "subnet_id": "subnet-b39b370d", "key_name": "prod-deploy-key" } } ] } ] }