{ "version": 4, "terraform_version": "1.7.6", "serial": 280, "lineage": "2297021d-ce10-8fb6-9c5f-1866e2c3858f", "outputs": { "db_endpoint": { "value": "db-1.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-886eda08635ed5f94", "ami": "ami-e4b52f66", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f7e9ad0d"], "subnet_id": "subnet-9531d04f", "key_name": "prod-deploy-key" } } ] } ] }