{ "version": 4, "terraform_version": "1.6.6", "serial": 219, "lineage": "9f25bbd2-dac9-8526-ee99-d899e0ec3e26", "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-53a5c96f2be0e969a", "ami": "ami-358eae34", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ccb34169"], "subnet_id": "subnet-bf4de947", "key_name": "prod-deploy-key" } } ] } ] }