{ "version": 4, "terraform_version": "1.5.1", "serial": 243, "lineage": "5ba8cbf5-82e0-e951-4484-a4de852b2ab9", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-acea31a409e632428", "ami": "ami-97a2a992", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-af694147"], "subnet_id": "subnet-6d353023", "key_name": "prod-deploy-key" } } ] } ] }