{ "version": 4, "terraform_version": "1.7.2", "serial": 242, "lineage": "3046bdbd-693a-a91f-8b92-676a7d8a5e99", "outputs": { "db_endpoint": { "value": "db-4.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-005fd1d34a65f9c3b", "ami": "ami-efa13b99", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c12524c6"], "subnet_id": "subnet-a71cabce", "key_name": "prod-deploy-key" } } ] } ] }