{ "version": 4, "terraform_version": "1.7.3", "serial": 274, "lineage": "897cd63e-faa8-fcac-8654-f63642669740", "outputs": { "db_endpoint": { "value": "db-3.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-5b1357a0464c7dd4b", "ami": "ami-92b164d5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-aa51f1ec"], "subnet_id": "subnet-eae588b6", "key_name": "prod-deploy-key" } } ] } ] }