{ "version": 4, "terraform_version": "1.7.5", "serial": 466, "lineage": "8935dc71-1504-b639-06e0-49b1eb2680d3", "outputs": { "db_endpoint": { "value": "db-0.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-0b86c24c8bae9a446", "ami": "ami-9e2c94f8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4e1ca9c3"], "subnet_id": "subnet-0777942d", "key_name": "prod-deploy-key" } } ] } ] }