{ "version": 4, "terraform_version": "1.7.1", "serial": 368, "lineage": "ae17d71d-cceb-fd46-85e7-8cf92d514956", "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-4f863b212ea93599d", "ami": "ami-de4f9191", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5a59470e"], "subnet_id": "subnet-3d52933c", "key_name": "prod-deploy-key" } } ] } ] }