{ "version": 4, "terraform_version": "1.7.5", "serial": 290, "lineage": "456c3c16-63de-a0bd-ad51-6b3b13c3e87b", "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-0739a11d3d39ca7ea", "ami": "ami-baedf770", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c3142e05"], "subnet_id": "subnet-d85da721", "key_name": "prod-deploy-key" } } ] } ] }