{ "version": 4, "terraform_version": "1.8.2", "serial": 267, "lineage": "d7a47641-0f19-a6bf-ca51-d947a6ddeab3", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c1fa6678a6208ab61", "ami": "ami-6c958692", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ec230a03"], "subnet_id": "subnet-33763328", "key_name": "prod-deploy-key" } } ] } ] }