{ "version": 4, "terraform_version": "1.7.4", "serial": 468, "lineage": "da3f2c68-e6d0-126b-dfb7-74c0330fa2b6", "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-35c0512b198aa5a66", "ami": "ami-9f4fac6e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-caae3496"], "subnet_id": "subnet-2a0eb672", "key_name": "prod-deploy-key" } } ] } ] }