{ "version": 4, "terraform_version": "1.5.4", "serial": 105, "lineage": "4e86614b-540c-10a1-ddb7-325677d4bc7f", "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-d14b3677c7db52785", "ami": "ami-8d4e558c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6448ed6e"], "subnet_id": "subnet-f2e11cb7", "key_name": "prod-deploy-key" } } ] } ] }