{ "version": 4, "terraform_version": "1.6.4", "serial": 398, "lineage": "83187fae-acbb-4b47-a0c8-665da4a1eb26", "outputs": { "db_endpoint": { "value": "db-1.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-7269c80d482a157cb", "ami": "ami-52bdc10d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f2922541"], "subnet_id": "subnet-659d694e", "key_name": "prod-deploy-key" } } ] } ] }