{ "version": 4, "terraform_version": "1.6.5", "serial": 314, "lineage": "46d61542-e915-ba73-a1da-0a0f3d7bb64d", "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-924dbe72f72643ca5", "ami": "ami-f13198df", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-77734355"], "subnet_id": "subnet-1574a700", "key_name": "prod-deploy-key" } } ] } ] }