{ "version": 4, "terraform_version": "1.6.1", "serial": 500, "lineage": "efdafa15-1f96-164b-a328-e19b00a29515", "outputs": { "db_endpoint": { "value": "db-2.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-4339c3959a5859c0f", "ami": "ami-d1c162dd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5bd8eefb"], "subnet_id": "subnet-b9071256", "key_name": "prod-deploy-key" } } ] } ] }