{ "version": 4, "terraform_version": "1.6.3", "serial": 576, "lineage": "be04f7be-8f71-2c6f-4421-2725c01dd419", "outputs": { "db_endpoint": { "value": "db-4.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-524a68128e222329c", "ami": "ami-5aec07af", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-768f8872"], "subnet_id": "subnet-aead583b", "key_name": "prod-deploy-key" } } ] } ] }