{ "version": 4, "terraform_version": "1.5.6", "serial": 162, "lineage": "f7eda55f-54f8-855b-f9b4-39c7b34a6522", "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-beab8123554296291", "ami": "ami-ee550bbe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-84a48e52"], "subnet_id": "subnet-741322b0", "key_name": "prod-deploy-key" } } ] } ] }